home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / ans106.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1995-01-17  |  1KB  |  36 lines

  1. /* Install script for ANSWER.EXE */
  2. call RxFuncAdd 'SysCls', 'RexxUtil', 'SysCls'
  3. call RxFuncAdd 'SysCreateObject', 'RexxUtil', 'SysCreateObject'
  4.  
  5. currentDirectory = directory()
  6. programName = "\ANSWER.EXE"
  7. programPath = insert( currentDirectory, programName )
  8. parameters = insert( "EXENAME=", programPath )
  9.  
  10. rc = SysCreateObject("WPProgram","Answering Machine","<WP_DESKTOP>",,
  11.                 parameters, "REPLACE" )
  12.  
  13. md IN
  14. md OUT
  15. md SAVED
  16. move greeting.msg out
  17. view answer.inf
  18.  
  19. say ""
  20. say ""
  21. say "If you want to take full advantage of the program, open the"
  22. say "settings of the 'Answering Machine' program object, turn to"
  23. say "the 'Window' page of the 'Settings Notebook' and put the"
  24. say "'Minimized button behaviour' to 'Minimize window to desktop'."
  25. say "When a message comes in you can see the icon flash."
  26. say ""
  27. say ""
  28. say " Start the Answering Machine by double clicking on the icon     "
  29. say " on the OS/2 desktop.                                           "
  30. say ""
  31. say "*****************************************************************"
  32. say "* This program is  distributed as Shareware!  You MUST register *"
  33. say "* this  product if you  continue  to  use it.   Please  see the *"
  34. say "* documentation for the complete details.                       *"
  35. say "*****************************************************************"
  36.